Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
For newly added bin/helloworld.dart, the run is like:
PS > dart run .\bin\helloworld.dart
Enter your name, anon: vishal
Hello vishal
PS > docker run nostr_console
Enter your name, anon:
Should not print this if readlineSync works.
PS >
The difference is that inside docker image, the readlineSync function doesn't return anything.
For newly added bin/helloworld.dart, the run is like:
The difference is that inside docker image, the readlineSync function doesn't return anything.