Skip to content

Server that can get last url, save to DB and give it to front

Notifications You must be signed in to change notification settings

arszh/LastLinkSenderServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server on Node.js.

Extension send last url by click to server by route: Type: POST URI: /url"
Example of the expected: {"lastUrl":"https://google.com","name":"John"}

Server can give last urls by route: Type: GET URI: /url/{size}" size - how much last urls need to send from backend. Example of the result: [{"url":"https://google.com","name":"John"}]

About

Server that can get last url, save to DB and give it to front

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published