Skip to content

Instantly share code, notes, and snippets.

@ds82
Created April 10, 2014 06:27
Show Gist options
  • Save ds82/10347773 to your computer and use it in GitHub Desktop.
Save ds82/10347773 to your computer and use it in GitHub Desktop.
Frameworks, Libs, etc ..
### Server
| Name | Bereich | URL |
| ------------- | -------------- | ---------------------------------------------------------------------------- |
| nodejs | runtime | [http://nodejs.org/](http://nodejs.org/) |
| express | lib/framework | [http://expressjs.com/](http://expressjs.com/) |
| socket.io | lib/framework | [http://socket.io/](http://socket.io/) |
| node-ffi | lib/framework | [https://github.com/rbranson/node-ffi](https://github.com/rbranson/node-ffi) |
| gulp | build-tool | [http://gulpjs.com/](http://gulpjs.com/) |
| jasmine | unit-tests | [http://jasmine.github.io/](http://jasmine.github.io/) |
### Client
| Name | Bereich | URL |
| ------------- | -------------- | ---------------------------------------------------------------------------- |
| jquery | lib/framework | [http://jquery.com/](http://jquery.com/) |
| angularjs | lib/framework | [http://angularjs.org/](http://angularjs.org/) |
| bootstrap | css framework | [http://getbootstrap.com/](http://getbootstrap.com/) |
| less | css framework | [http://lesscss.org/](http://lesscss.org/) |
| browserify | lib/build-tool | [http://browserify.org/](http://browserify.org/) |
| gulp | build-tool | [http://gulpjs.com/](http://gulpjs.com/) |
| jasmine | unit-tests | [http://jasmine.github.io/](http://jasmine.github.io/) |
| karma | test-runner | [http://karma-runner.github.io/](http://karma-runner.github.io/) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment