Skip to content

Commit 5fe65b6

Browse files
author
MICHAEL JACKSON
committedFeb 1, 2018
Add Travis badge and About section
1 parent f768037 commit 5fe65b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# react-stdio [![npm package][npm-badge]][npm]
1+
# react-stdio [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]
22

3+
[build-badge]: https://img.shields.io/travis/ReactTraining/react-stdio/master.svg?style=flat-square
4+
[build]: https://travis-ci.org/ReactTraining/react-stdio
35
[npm-badge]: https://img.shields.io/npm/v/react-stdio.svg?style=flat-square
46
[npm]: https://www.npmjs.org/package/react-stdio
57

6-
[react-stdio](https://github.com/ReactTraining/react-stdio) lets you render [React](https://reactjs.org/) components on the server, regardless of the backend technology you're using.
8+
[react-stdio](https://npmjs.org/package/react-stdio) lets you render [React](https://reactjs.org/) components on the server, regardless of the backend technology you're using.
79

810
As its name suggests, other processes communicate with react-stdio using standard streams. The protocol is JSON, so any environment that can spawn a child process and write JSON to its stdin can use the server. Requests are handled serially, so responses are issued in the same order requests are received.
911

@@ -55,3 +57,7 @@ Also, since react-stdio uses the `stdout` stream for all program output, all wri
5557
* [Ruby on Rails](https://github.com/aaronvb/rails_react_stdio)
5658

5759
If you'd like to add an integration here, please submit a PR.
60+
61+
## About
62+
63+
react-stdio is developed and maintained by [React Training](https://reacttraining.com). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:hello@reacttraining.com)!

0 commit comments

Comments
 (0)
Please sign in to comment.