This project is a simple credit card input form
https://credit-card-input-form.herokuapp.com
- Client-Server connection is websocket.
- If the last digit of the card is ‘5’ then the result is always failure, otherwise success.
- To make sure that we have a bundled application, lets build our code:
make BuildUI
- In one terminal Run UI code:
make RunUIProduction
3.Then in another terminal run a simple nodejs websocket server:
make RunServer