Skip to content

How to use swim on the nodejs #152

Answered by ajay-gov
burakakca asked this question in Q&A
Discussion options

You must be logged in to vote

@burakakca Thanks for your question.
Yes you can use the @swim/client in nodejs.

However, it is important to understand that the @swim/client is primarily meant to connect to Web Agents written using SwimOS. The basic steps involved in building a SwimOS application involve:

  1. Server-Side application: This is a java application written using the SwimOS server librarties. A server-side SwimOS application will involve creating Web Agents
  2. Client-Side application: Using the swim client libraries to stream data from the Web Agents defined in the server-side application that was created in Step1. The swim client libraries are available in js, java, python and rust. This can be used to build clien…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ajay-gov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants