Skip to content

Commit

Permalink
feat(solace-message-client): initial contribution of Angular Solace M…
Browse files Browse the repository at this point in the history
…essage Client library

Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.
  • Loading branch information
danielwiehl committed Mar 18, 2021
0 parents commit d5b275b
Show file tree
Hide file tree
Showing 71 changed files with 20,015 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
Loading

0 comments on commit d5b275b

Please sign in to comment.