Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: v4 #1078

Merged
merged 9 commits into from
Sep 27, 2022
Merged

blog: v4 #1078

merged 9 commits into from
Sep 27, 2022

Conversation

epoberezkin
Copy link
Member

No description provided.


It's been quite some time since it's been possible to create a chat-bot using SimpleX Chat as a library - but you would have to write Haskell code, and this is not the most widely used language.

With v4 we are announcing [TypeScript SimpleX Chat Client SDK](https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-client/typescript) that you can use to create for any integrations with SimpleX Chat CLI, that can be used as a local WebSockets server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
With v4 we are announcing [TypeScript SimpleX Chat Client SDK](https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-client/typescript) that you can use to create for any integrations with SimpleX Chat CLI, that can be used as a local WebSockets server.
With v4 we are announcing [TypeScript SimpleX Chat Client SDK](https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-client/typescript) that you can use for integrations with SimpleX Chat CLI.

simplex-chat -p 5225
```

Then you can make a simple JavaScript or TypeScript application that would connect to it and control it via simple WebSocket API that has all necessary types and convenience functions defined in TypeScript SDK. See this [sample bot](https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js) you can start from.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simple x2

Suggested change
Then you can make a simple JavaScript or TypeScript application that would connect to it and control it via simple WebSocket API that has all necessary types and convenience functions defined in TypeScript SDK. See this [sample bot](https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js) you can start from.
Then you can make a simple JavaScript or TypeScript application that would connect to it and control it via WebSocket API that has all necessary types and convenience functions defined in TypeScript SDK. See this [sample bot](https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js) you can start from.


With v4 we are announcing [TypeScript SimpleX Chat Client SDK](https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-client/typescript) that you can use to create any integrations with SimpleX Chat CLI.

You can run SimpleX Chat CLI as a local WebSockets server on any port, we use 5225 here:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can run SimpleX Chat CLI as a local WebSockets server on any port, we use 5225 here:
You can run SimpleX Chat CLI as a local WebSockets server on any port, e.g.:

@spaced4ndy spaced4ndy merged commit 937492c into master Sep 27, 2022
@spaced4ndy spaced4ndy deleted the ep/blog-v4 branch September 27, 2022 10:46
@spaced4ndy spaced4ndy restored the ep/blog-v4 branch September 27, 2022 10:47
@epoberezkin epoberezkin deleted the ep/blog-v4 branch November 24, 2022 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants