Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
actor-incubator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
actor-incubator
Commits
c582e2db
Commit
c582e2db
authored
Oct 01, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add second WebSocket example application
parent
e9a1e37d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
300 additions
and
0 deletions
+300
-0
examples/CMakeLists.txt
examples/CMakeLists.txt
+1
-0
examples/net/web-socket-feed.cpp
examples/net/web-socket-feed.cpp
+299
-0
No files found.
examples/CMakeLists.txt
View file @
c582e2db
...
@@ -14,4 +14,5 @@ if(TARGET CAF::net)
...
@@ -14,4 +14,5 @@ if(TARGET CAF::net)
target_link_libraries
(
${
name
}
CAF::net CAF::core
)
target_link_libraries
(
${
name
}
CAF::net CAF::core
)
endfunction
()
endfunction
()
add_net_example
(
web-socket-calculator
)
add_net_example
(
web-socket-calculator
)
add_net_example
(
web-socket-feed
)
endif
()
endif
()
examples/net/web-socket-feed.cpp
0 → 100644
View file @
c582e2db
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment