Skip to content

m-13/Ruby-Web-Srv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-Web-Srv

implemented fetch from db on the same web server.

To run: ruby Webster.rb

The server runs on port 13131, which is not configurable at the moment. You can use any web browser to send requests.

sample: localhost:13131/order/[id] output: responds with data from database with id = [id]

you'll need to create mysql database before running.

About

Simple web server created on ruby using sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published