-
Notifications
You must be signed in to change notification settings - Fork 4
Development tools & frameworks
Benjamin (Bill) Planche edited this page Nov 14, 2013
·
2 revisions
Take a look at the article Installing & Using the Dev Environment (coming soon) to learn how to install the basic environment with all the requirements and the basic settings.
- ... (coming soon)
... (coming soon)
... (coming soon)
- SQLlite: Light SQL database engine
###Server Side
- Node.js: JS Platform for building fast, scalable network applications
- Node.js modules:
- express: Web dev framework to get a nice MVC architecture
- ejs / ejs-locals: Template engine for the views
- socket.io: Websockets made easy, for the Server/Clients dynamic communications
- connect: To deal with session, to give access to identified users only
- session.socket.io: To secure the Websockets communications using the created sessions