Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkeymars/ssr-comparison
React Boston Meetup 2/18/15
https://github.com/monkeymars/ssr-comparison
Last synced: 3 months ago
JSON representation
React Boston Meetup 2/18/15
- Host: GitHub
- URL: https://github.com/monkeymars/ssr-comparison
- Owner: monkeymars
- License: mit
- Fork: true (alexpods/ssr-comparison)
- Created: 2017-07-24T14:45:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T10:15:49.000Z (almost 9 years ago)
- Last Synced: 2023-04-01T16:02:58.331Z (over 1 year ago)
- Language: JavaScript
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Boston 2/18/15
**1 - starter**
How I like to start a React project.
**2 - react-ssr**
Basic server side rendering. For benchmarking.
**3 - mustache-ssr (node)**
**4 - mustache-ssr (go)**
SSR in Mustache as a comparison. Could create an 'isomorphic' workflow using shared templates. For benchmarking.
**5 - react-ssr-prod**
Server side rendering using a few best practices.
---
Everything runs on localhost:3000 w/ npm install && node server
# Run your own benchmarks!
```
cd 5-react-ssr-prod
NODE_ENV=production iojs server
ab -n 100 http://localhost:3000/
```reduce the json payload size if you think a list of a 1000 is ridiculous