Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fsmaiorano/express-session

A simple example of handling session in Express 4.
https://github.com/fsmaiorano/express-session

body-parser ejs express-js express-session

Last synced: 6 days ago
JSON representation

A simple example of handling session in Express 4.

Awesome Lists containing this project

README

        

## Express-Session ##

A simple example of handling session in Express 4.

### To start project:
Open the terminal and use the command:
```sh
$ npm install
$ npm start
```

```
URL: http://localhost:3000
```