Add license details
This commit is contained in:
parent
12f37542ed
commit
afddeb1e9b
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
# DelphiWebsockets
|
# DelphiWebsockets
|
||||||
Websockets and Socket.io for Delphi
|
Websockets and Socket.io for Delphi
|
||||||
|
|
||||||
|
# License
|
||||||
|
Mozilla MPL 1.1
|
||||||
|
|
||||||
|
See LICENCE for details.
|
||||||
|
|
||||||
|
# Example
|
||||||
See below for an event driven async example of an socket.io server and client:
|
See below for an event driven async example of an socket.io server and client:
|
||||||
```delphi
|
```delphi
|
||||||
uses
|
uses
|
||||||
|
|
Loading…
Reference in a new issue