Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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