Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 620 Bytes

File metadata and controls

12 lines (6 loc) · 620 Bytes

ActionHero React Native WebSocket Example

This example talks to the server at demo.actionherojs.com

screenshot

  1. run ./bin/generateLib to generate the client Primus Library we'll be using in our React Native Client.
  2. Explore ./components/client to see the (almost) 1-for-1 port of actionHeroClient JS library (which is generated by the actionhero server for browser clients from this template)

run the example (npm run ios)!