Skip to content

kdj309/Todo-app-all-protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do application in most common protocols

Application set-up

HTTP 1.2

  • server
      node index.js
    

To deploy this project run

  • client
      nginx
    

gRPC

  • server
    npm init -y
    npm install
    node index.js
    
  • client
    npm install
    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages