Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/take-your-http-server-to-ludicrous-speed
Take Your HTTP server to Ludicrous Speed
https://github.com/mcollina/take-your-http-server-to-ludicrous-speed
Last synced: 12 days ago
JSON representation
Take Your HTTP server to Ludicrous Speed
- Host: GitHub
- URL: https://github.com/mcollina/take-your-http-server-to-ludicrous-speed
- Owner: mcollina
- License: mit
- Created: 2017-06-21T14:10:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:09:31.000Z (over 4 years ago)
- Last Synced: 2024-12-17T15:43:13.574Z (22 days ago)
- Language: HTML
- Homepage: https://mcollina.github.io/take-your-http-server-to-ludicrous-speed/
- Size: 71.8 MB
- Stars: 39
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Take your HTTP server to Ludicrous Speed
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)Watch the video at
https://skillsmatter.com/skillscasts/10342-take-your-http-server-to-ludicrous-speed## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```