DenisFerrero / Node_Socket_test

Project that'll test the use of SocketIO lib between front and backend using NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node_Socket_test

Project that'll test the use of SocketIO lib between front and backend using NodeJS and the connection to a Database using Sequelize to SQLite

Used library

Frameworks

Initial settings

Things to do after installing:

  • Install the packages requested the package.json
npm install
  • Start the server
node server.js

or

  • Watch the server
nodemon server.js

Feature

  • GET pages
  • POST data filling a input field
  • SocketIO connection
  • Bootstrap style
  • EJS templating
  • Database connection
  • Knockout as Framework

Website route

localhost:3200
├── /
├── /hello
└── /knockout_test

About

Project that'll test the use of SocketIO lib between front and backend using NodeJS

License:MIT License


Languages

Language:HTML 51.8%Language:JavaScript 48.2%