Skip to content

WebSocket API description and implementations for several programming languages

License

Notifications You must be signed in to change notification settings

peterkioko/websocket-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets API

Please note that this is an open source project which is officially supported by EXASOL. For any question, you can contact our support team.

The JSON over WebSockets client-server protocol allows customers to implement their own drivers for all kinds of platforms using a connection-based web protocol.

The main advantages are flexibility regarding the programming languages you want to integrate EXASOL into, and a more native access compared to the standardized ways of communicating with a database, such as JDBC, ODBC or ADO.NET, which are mostly old and static standards and create additional complexity due to the necessary driver managers.

Content:

  • In file WebsocketAPI.md you'll find the API specification of the protocol
  • Several native EXASOL driver implementations using the JSON over WebSockets API protocol

About

WebSocket API description and implementations for several programming languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • JavaScript 29.2%
  • Python 17.7%
  • HTML 9.7%