Skip to content

SujitGodavarti/Examples

 
 

Repository files navigation

Projects description

This projects represent sample web applications as a point of sale(POS), using the Sandbox PC-EFTPOS Cloud REST API Client for communication with a physical or virtual Cloud-enabled pinpad.

Projects were created using Angular 5 for POS Client and ASP.NET Core 2.1 for POS Server.

Project Description
PCEFTPOS.WebAPI.PosCloudAPITest.Angular Sample synchronous web application as a point of sale. Use timed Get requests to get notifications from Cloud REST API.
PCEFTPOS.WebAPI.PosCloudAPITest.Angular.Async Sample asynchronous web application as a point of sale. Use timed Get requests to get notifications from Cloud REST API.
Test.Angular.SignalR Sample synchronous web application as a point of sale. The pinpad notifications are processed with the SignalR library.
Test.Angular.SignalR.Async Sample asynchronous web application as a point of sale. The pinpad notifications are processed with the SignalR library.

Important:

Please note, if you want to get notifications from the REST API you should deploy your point of sale API. The notifications will not be shown at the Client for localhost. If you decide to process with localhost, please use the synchronous sample. Asynchronous samples use notification to get operation result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.3%
  • TypeScript 27.1%
  • HTML 10.2%
  • CSS 4.0%
  • JavaScript 1.4%