Skip to content

ricardocamacho/restful-socketio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restful-socketio-example

Requirements

  1. Postgres server running in default port
  2. NodeJS

Instructions

  1. Clone repository.
  2. Create a DB called test, or update the DB name in /server/models/Connection.js
  3. Import the backup file into your created DB, this will create the tables
  4. Run "npm install" on the command line to install dependencies.
  5. Run "npm start" on the command line to start the example.

About

Example of Node.js RESTful API (postgres) along with Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published