Browse Source

wording fixed on readme

master
Yessiest 8 months ago
parent
commit
8d30faf52f
  1. 6
      README.md

6
README.md

@ -1,12 +1,12 @@
# The strange case of Dr. Rack and Mr. Hyde
Hyde is a library that provides a DSL for creating HTTP servers. As of now it is using Rack as the webserver adapter, but ideally it shouldn't take much work to make it run on top of any webserver.
Hyde is a library that provides a DSL for creating web applications. As of now it is using Rack as the webserver adapter, but ideally it shouldn't take much work to make it run on top of any webserver.
Hyde was made mostly for fun. Ideally it will become something more, but as of yet it's just an experiment revolving around Ruby Metaprogramming and its DSL capabilities.
# Examples
A simple "Hello, World!" HTTP API using Hyde
A simple "Hello, World!" app using Hyde
```ruby
require 'hyde'
@ -20,7 +20,7 @@ end
run app
```
A push/pull stack as an HTTP API
A push/pull stack as an app
```ruby
require 'hyde'

Loading…
Cancel
Save